crypto/tls.clientHelloMsg.supportedPoints (field)
14 uses
crypto/tls (current package)
handshake_client.go#L77: supportedPoints: []uint8{pointFormatUncompressed},
handshake_client.go#L218: hello.supportedPoints = nil
handshake_messages.go#L81: supportedPoints []uint8
handshake_messages.go#L116: if len(m.supportedPoints) > 0 && !echInner {
handshake_messages.go#L121: exts.AddBytes(m.supportedPoints)
handshake_messages.go#L524: if !readUint8LengthPrefixed(&extData, &m.supportedPoints) ||
handshake_messages.go#L525: len(m.supportedPoints) == 0 {
handshake_messages.go#L690: supportedPoints: slices.Clone(m.supportedPoints),
handshake_server.go#L251: hs.ecdheOk = supportsECDHE(c.config, c.vers, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
handshake_server.go#L253: if hs.ecdheOk && len(hs.clientHello.supportedPoints) > 0 {
handshake_server.go#L962: SupportedPoints: clientHello.supportedPoints,
handshake_server_tls13.go#L627: !bytes.Equal(ch.supportedPoints, ch1.supportedPoints) ||
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |